ul,li,h1,p{margin:0px; padding:0px;}
img{ border:0px;}

.clearfix:after {
	DISPLAY: block; HEIGHT: 0px; VISIBILITY: hidden; CLEAR: both; CONTENT: " "
}
.clearfix {
	ZOOM: 1
}

.img-txt-fade { float:left;}
.img-txt-fade LI {POSITION: relative;  MARGIN:0px; WIDTH:250px; DISPLAY: inline; FLOAT: left; HEIGHT:280px; OVERFLOW: hidden;}
.img-txt-fade LI .more{ position: absolute; bottom:-5px; right:0px; z-index:99999}
.img-txt-fade LI .more img{ width:24px; height:22px;}
.img-txt-fade LI .imgBox {Z-INDEX:10; POSITION: absolute; }
.img-txt-fade LI .imgBox img{ width:250px; height:280px;}
/*.img-txt-fade LI .imgBox img {-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }*/
.img-txt-fade LI .txtBox {POSITION: absolute; top:0px; left:0px; WIDTH:250px; HEIGHT:280px;  background:#333;}
.img-txt-fade LI .txtBox h1{ width:190px; height:30px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; font-size:15px; font-weight:bold; color:#fff; padding-left:30px; padding-top:30px;}
.img-txt-fade LI .txtBox p{ width:190px; line-height:22px; font-size:12px; padding-left:30px; color:#ccc; padding-right:30px; padding-bottom:5px;}
.img-txt-fade LI .txtBox p span{ font-size:12px; color:#fff; font-weight:bold;}


.img-txt-fade { margin:0px;  width:285px; height:auto!Important; overflow:hidden; float:left;}



.right_0{ margin-right:0px;}
/*
下面是投影的 写法——把10px改成0px就是外发光效果——及四周投影效果
1.      -webkit-box-shadow: 10px 10px 25px #ccc;（这是专对火狐浏览器的支持而设置的）
2.      -moz-box-shadow: 10px 10px 25px #ccc;（这是对Safari和Chrome浏览器而设置的）
3.      box-shadow: 10px 10px 25px #ccc;
   前两个属性设置阴影的 X / Y 位移，这里分别是 10px，第3个属性定义阴影的虚化程度，最后一个设置阴影的颜色。文字阴影也可以这样设置： text-shadow: 2px 2px 5px #ccc;
现在很对浏览器兑css3支持不给力，就像IE现在还不支持阴影效果，但可以上百度搜一个.htc格式文件，链接就可以了.testbox{behavior: url(css/ie-css3.htc);}



.box_row{ width:220px; height:195px; overflow:hidden; float:left; background-color:#fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; 
box-shadow:1px 1px 1px rgba(202,202,202,.9); 
  -moz-box-shadow:1px 1px 1px rgba(202,202,202,.9); 
  -webkit-box-shadow:1px 1px 1px rgba(202,202,202,.9); 
}
阴影另一种写法rgba
*/



